Gets a value by interpolating from a TimelineContext<(Of <(<'T>)>)>.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public delegate T TimelineInterpolator<T>(
	Timeline<T> timeline,
	TimelineContext<T> context
)

Parameters

timeline
Type: Janus..::..Timeline<(Of <(<'T>)>)>
The timeline being interpolated
context
Type: Janus..::..TimelineContext<(Of <(<'T>)>)>
The context from which to interpolate.

Type Parameters

T

Return Value

The interpolated value.

See Also